|
@@ -17,7 +17,7 @@ import Animated, {
|
|
|
} from 'react-native-reanimated';
|
|
|
|
|
|
import { styles } from './styles';
|
|
|
-import { API_HOST, FASTEST_MAP_HOST } from 'src/constants';
|
|
|
+import { API_HOST, FASTEST_MAP_HOST, VECTOR_MAP_HOST } from 'src/constants';
|
|
|
import { CommonActions, NavigationProp } from '@react-navigation/native';
|
|
|
import { AvatarWithInitials, LocationPopup } from 'src/components';
|
|
|
import { Colors } from 'src/theme';
|
|
@@ -305,7 +305,7 @@ const UsersMapScreen: FC<Props> = ({ navigation, route }) => {
|
|
|
<MapLibreGL.MapView
|
|
|
ref={mapRef}
|
|
|
style={styles.map}
|
|
|
- styleJSON={API_HOST + '/omt/app.json'}
|
|
|
+ styleJSON={VECTOR_MAP_HOST + '/nomadmania-maps.json'}
|
|
|
rotateEnabled={false}
|
|
|
attributionEnabled={false}
|
|
|
>
|